From b228461534e13c42c0e0e305e0b294f310c177d4 Mon Sep 17 00:00:00 2001 From: Nilesh Patra Date: Sat, 8 May 2021 10:58:01 +0000 Subject: [PATCH] Fix package to build with GCC-10 Bug-Debian: https://bugs.debian.org/957198 Last-Update: Sat, 18 Apr 2020 22:55:21 +0530 Gbp-Pq: Name gcc10.patch --- rle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rle.h b/rle.h index 0d59484..4f8946d 100644 --- a/rle.h +++ b/rle.h @@ -30,7 +30,7 @@ extern "C" { *** 43+3 codec *** ******************/ -const uint8_t rle_auxtab[8]; +extern const uint8_t rle_auxtab[8]; #define RLE_MIN_SPACE 18 #define rle_nptr(block) ((uint16_t*)(block)) -- 2.30.2